[asp.net-mvc]Handling Multiple Form Actions on One View?
        Posted  
        
            by Pandiya Chendur
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pandiya Chendur
        
        
        
        Published on 2010-06-05T04:43:00Z
        Indexed on 
            2010/06/05
            14:32 UTC
        
        
        Read the original article
        Hit count: 173
        
asp.net-mvc
|best-practices
I have multiple master pages in my asp.net mvc web application... Each of the pages add,edit,view and delete functionalities.... What it does is i have to create multiple views for handling add,edit,view and delete functionalities (ie) the user has to navigate to another view to edit/view the details of a record... How to Handle Multiple Form Actions (ie) add,edit,view and delete functionalities on One View?
© Stack Overflow or respective owner